object Findbankfrm: TFindbankfrm Left = 344 Top = 164 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Hesap Bul' ClientHeight = 171 ClientWidth = 245 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object DBGrid1: TDBGrid Left = 0 Top = 49 Width = 245 Height = 122 Align = alClient Color = cl3DLight Font.Charset = TURKISH_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Options = [dgTitles, dgIndicator, dgColumnResize, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit] ParentFont = False ReadOnly = True TabOrder = 0 TitleFont.Charset = DEFAULT_CHARSET TitleFont.Color = clWindowText TitleFont.Height = -11 TitleFont.Name = 'MS Sans Serif' TitleFont.Style = [] Columns = < item Expanded = False FieldName = 'Account' Title.Caption = 'Hesap No' Visible = True end item Expanded = False FieldName = 'Note' Title.Caption = 'A��klama' Width = 152 Visible = True end> end object Panel1: TPanel Left = 0 Top = 0 Width = 245 Height = 49 Align = alTop BevelInner = bvRaised BorderStyle = bsSingle TabOrder = 1 object Label1: TLabel Left = 11 Top = 4 Width = 57 Height = 13 Caption = 'Hesap No ?' end object Edit1: TEdit Left = 11 Top = 20 Width = 222 Height = 21 Color = 4194304 Font.Charset = DEFAULT_CHARSET Font.Color = 16753873 Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 0 OnChange = Edit1Change end end end